Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit
authorDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Mon, 16 Jan 2023 12:49:37 +0000 (12:49 +0000)
committerAndreas Tille <tille@debian.org>
Mon, 16 Jan 2023 12:49:37 +0000 (12:49 +0000)
commitf1e03cf08153042ec9c13fc826493cbfd183ca3f
tree7e3125f470a5e2cd43ec371399239668c6a45ff8
parent017c6b7ca7daf86d28a40f476ed62477cefa092e
Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit

Origin: upstream
Bug: https://github.com/google/s2geometry/pull/183
Forwarded: no
Reviewed-by: Étienne Mollier <emollier@debian.org>
Last-Update: 2021-10-04

Suggested changes fix compilation error with OpenSSL >= 1.0 for 32bit target.
The algorithm is similar to what is currently being done in BN_ext_set_uint64,
but in the opposite direction.
Last-Update: 2021-10-04
Gbp-Pq: Name fix-ftbfs-on-32bit.patch
src/s2/util/math/exactfloat/exactfloat.cc